|
Eclipse JDT Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jdt.core.search.SearchDocument
TODO (jerome) spec
Field Summary | |
protected String |
documentPath
|
protected SearchParticipant |
participant
|
Constructor Summary | |
SearchDocument(String documentPath,
SearchParticipant participant)
|
Method Summary | |
byte[] |
getByteContents()
Contents may be different from actual resource at corresponding document path, in case of preprocessing. |
char[] |
getCharContents()
Contents may be different from actual resource at corresponding document path, in case of preprocessing. |
String |
getEncoding()
Returns the encoding for this document |
SearchParticipant |
getParticipant()
Returns the participant that created this document |
String |
getPath()
Path to the original document to publicly mention in index or search results. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected String documentPath
protected SearchParticipant participant
Constructor Detail |
public SearchDocument(String documentPath, SearchParticipant participant)
Method Detail |
public byte[] getByteContents()
public char[] getCharContents()
public String getEncoding()
public SearchParticipant getParticipant()
public String getPath()
|
Eclipse JDT Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |